home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p33-35 / 00448_Script_448 < prev    next >
Text File  |  1994-07-31  |  374b  |  22 lines

  1. -- P35S18 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 18
  5.   set NumFrames = 12
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,1)
  9.   setAppearTime(1, 1*60)
  10.   
  11.   global theGauge
  12.   mSetLevel(theGauge, Step)
  13.   
  14.   global LastQT
  15.   set LastQT = "P35S18"
  16.   cursor 4
  17.   preLoadCast the number of cast LastQT  
  18.   
  19.   setUpFastFwd()
  20.   cursor -1
  21. end
  22.